﻿2026-08-02T16:24:46.7897176Z ##[group]Run actions/checkout@v5
2026-08-02T16:24:46.7897890Z with:
2026-08-02T16:24:46.7898341Z   fetch-depth: 0
2026-08-02T16:24:46.7898882Z   repository: BigscreenVR/spt-bs-core
2026-08-02T16:24:46.7902237Z   token: ***
2026-08-02T16:24:46.7902709Z   ssh-strict: true
2026-08-02T16:24:46.7903188Z   ssh-user: git
2026-08-02T16:24:46.7903661Z   persist-credentials: true
2026-08-02T16:24:46.7904186Z   clean: true
2026-08-02T16:24:46.7904655Z   sparse-checkout-cone-mode: true
2026-08-02T16:24:46.7905175Z   fetch-tags: false
2026-08-02T16:24:46.7905664Z   show-progress: true
2026-08-02T16:24:46.7906133Z   lfs: false
2026-08-02T16:24:46.7906566Z   submodules: false
2026-08-02T16:24:46.7907042Z   set-safe-directory: true
2026-08-02T16:24:46.7907567Z   allow-unsafe-pr-checkout: false
2026-08-02T16:24:46.7909133Z ##[endgroup]
2026-08-02T16:24:46.9887053Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T16:24:46.9889411Z ##[group]Getting Git version info
2026-08-02T16:24:46.9890533Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-02T16:24:47.0150626Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-02T16:24:47.0712167Z git version 2.43.0.windows.1
2026-08-02T16:24:47.0747899Z ##[endgroup]
2026-08-02T16:24:47.0757779Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7bac5c36-ea63-4ae6-8811-f89f76d5ca34\.gitconfig'
2026-08-02T16:24:47.0775268Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7bac5c36-ea63-4ae6-8811-f89f76d5ca34' before making global git config changes
2026-08-02T16:24:47.0776627Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T16:24:47.0783270Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-02T16:24:47.2344069Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-02T16:24:47.3590352Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:24:47.3618872Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T16:24:47.3624564Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T16:24:47.4268218Z refs/heads/golden/barometer
2026-08-02T16:24:47.4292498Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-02T16:24:47.6023886Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:24:47.8509467Z ##[endgroup]
2026-08-02T16:24:47.8512068Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-02T16:24:49.1414533Z ##[group]Cleaning the repository
2026-08-02T16:24:49.1421517Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-02T16:24:58.1055089Z Removing target/
2026-08-02T16:24:58.1085507Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-02T16:24:58.2583988Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:24:58.2607293Z ##[endgroup]
2026-08-02T16:24:58.2611558Z ##[group]Disabling automatic garbage collection
2026-08-02T16:24:58.2616597Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-02T16:24:58.3588556Z ##[endgroup]
2026-08-02T16:24:58.3589048Z ##[group]Setting up auth
2026-08-02T16:24:58.3596059Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-02T16:24:58.3853739Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-02T16:24:59.1556059Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T16:24:59.1816544Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-02T16:25:01.7846760Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T16:25:02.2438746Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-02T16:25:03.3746230Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-02T16:25:03.4084073Z ##[endgroup]
2026-08-02T16:25:03.4084464Z ##[group]Fetching the repository
2026-08-02T16:25:03.4094192Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-02T16:25:04.5416604Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:25:04.5417136Z  * [new branch]          fix/barometer-clippy-sortkey -> origin/fix/barometer-clippy-sortkey
2026-08-02T16:25:04.5566234Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/golden/barometer
2026-08-02T16:25:04.6049572Z   origin/golden/barometer
2026-08-02T16:25:04.6073132Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse refs/remotes/origin/golden/barometer
2026-08-02T16:25:04.6342962Z 2138b16526af959112fa39e245dc027c7bfcc754
2026-08-02T16:25:04.6368161Z ##[endgroup]
2026-08-02T16:25:04.6368520Z ##[group]Determining the checkout info
2026-08-02T16:25:04.6369943Z ##[endgroup]
2026-08-02T16:25:04.6376579Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-02T16:25:04.6671065Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-02T16:25:04.6968257Z ##[group]Checking out the ref
2026-08-02T16:25:04.6975734Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/barometer refs/remotes/origin/golden/barometer
2026-08-02T16:25:04.7455283Z branch 'golden/barometer' set up to track 'origin/golden/barometer'.
2026-08-02T16:25:04.7455734Z Your branch is up to date with 'origin/golden/barometer'.
2026-08-02T16:25:04.7456023Z Switched to and reset branch 'golden/barometer'
2026-08-02T16:25:04.7475927Z ##[endgroup]
2026-08-02T16:25:04.8387634Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-02T16:25:04.8639825Z 2138b16526af959112fa39e245dc027c7bfcc754
